home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4664 / 4664.xpi / chrome / twitterbar.jar / skin / twitter.css < prev   
Cascading Style Sheet File  |  2010-02-08  |  680b  |  30 lines

  1. #twitter-statusbarbutton {
  2.     -moz-appearance: none;
  3.     padding: 1px !important;
  4.     margin: 2px 3px 2px 0px;
  5.     background-color: transparent;
  6.     -moz-user-focus: none;
  7.     cursor: pointer;
  8.     height: 16px;
  9.     width: 16px;
  10. }
  11.  
  12. #twitter-toolbar-button {
  13.     list-style-image: url("chrome://twitterbar/skin/bird-24.png");
  14.     cursor: pointer;
  15. }
  16.  
  17. toolbar[iconsize="small"] #twitter-toolbar-button {
  18.     list-style-image: url("chrome://twitterbar/skin/bird-16-full.png");
  19. }
  20.  
  21. #twitter-searchbutton {
  22.     -moz-appearance: none;
  23.     padding: 1px !important;
  24.     margin: 2px 3px 2px 0px;
  25.     background-color: transparent;
  26.     -moz-user-focus: none;
  27.     cursor: pointer;
  28.     height: 16px;
  29.     width: 16px;
  30. }